home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / voyager7.exe / 00README.DOC next >
Text File  |  1991-02-23  |  4KB  |  137 lines

  1. *** Overview ***
  2.  
  3. Voyager V1.0-7
  4. 23 February 1991
  5.  
  6. This directory contains the Voyager program.  Voyager is a DOS program
  7. that will allow the user to interactivelly disassemble the contents of
  8. the HP 48SX ROM and other HP 48SX programs.  This directory also
  9. contains several related documents:  HP 48SX Internals, Voyager
  10. Reference Manual and Saturn Instruction Set.
  11.  
  12.     Derek S. Nickel
  13.     51 Maple Lane
  14.     Walnut Creek, CA 94595-1718
  15.  
  16. *** File extensions ***
  17.  
  18. none    HP 48SX program in binary format.
  19. .ASC    HP 48SX program in ASC-> format.
  20. .CA     Voyager address comment file.
  21. .CAX    Index for a Voyager address comment file.
  22. .CC     Voyager code comment file.
  23. .CCX    Index for a Voyager code comment file.
  24. .DOC    Documenation file.
  25. .EXE    DOS program.
  26. .LST    HP 48SX program listing (generated by Voyager)
  27. .MEM    Voyager memory file (flat listing of hexadecimal characters that
  28.         represent the contents of ROM or a HP 48SX program)
  29. .TXT    Artical or posting.
  30.  
  31. *** Contents of \DNICKEL directory ***
  32.  
  33. 00README DOC    Read me first (this file)
  34. ADDR            Address of stack level one program
  35. ADDR     ASC      "
  36. ADDR     LST      "
  37. ADDR     MEM      "
  38. ASC      TXT    Bill Wickes posting (->ASC and ASC->)
  39. ASM      DOC    Saturn Instruction Set
  40. BINTOMEM EXE    Converts HP 48SX binary file to Voyager memory file.
  41. DMPTOMEM EXE    Converts Memory Scanner dump file to Voyager memory file
  42. FROMASC  CA     ASC-> program
  43. FROMASC  CC       "
  44. FROMASC  LST      "
  45. FROMASC  MEM      "
  46. HP48     CA     HP48-B ROM
  47. HP48     CAX      "
  48. HP48     CC       "
  49. HP48     CCX      "
  50. HP48     MEM      "
  51. HP48SX   DOC    HP 48SX Internals
  52. HYDE            HYDE libary
  53. HYDE     CA       "
  54. HYDE     CAX      "
  55. HYDE     MEM      "
  56. HYDE     TXT      "
  57. POSTHEX  TXT    ->HEX and HEX-> programs
  58. REV             Reverse stack level one string
  59. REV      ASC      "
  60. REV      CC       "
  61. REV      CCX      "
  62. REV      LST      "
  63. REV      MEM      "
  64. SW-A     ASC    Stop watch library
  65. SW-A     CA       "
  66. SW-A     CAX      "
  67. SW-A     MEM      "
  68. TOASC    CA     ->ASC program
  69. TOASC    CAX      "
  70. TOASC    CC       "
  71. TOASC    CCX      "
  72. TOASC    LST      "
  73. TOASC    MEM      "
  74. USAG     ASC    USAG program
  75. USAG     MEM      "
  76. VOYAGER  DOC    Voyager Reference Manual
  77. VOYAGER  EXE    Voyager program
  78.  
  79. *** Changes in V1.0-6 ***
  80.  
  81. UNTHEAD now supports Library Data.
  82.  
  83. UNASSEMBLE now handles all machine code instructions.
  84.  
  85. SEARCH now allowes PREFIX or ENTRY as hex-string keywords.
  86.  
  87. HP48.MEM is no longer supplied.  See VOYAGER.DOC for instructions on
  88. creating one of your own.
  89.  
  90. EXAMINE now follows references through System Binary integers.
  91.  
  92. Source code is now provided.
  93.  
  94. New command EXAMINE SHORT_LIBRARY.
  95.  
  96. New command HEADER interprets XLIB headers (incomplete).
  97.  
  98. *** Changes in V1.0-6 ***
  99.  
  100. The comments in the HP48 module have been expanded and improved.  Some
  101. if the terms (such as "token") have been reworded.  Many comments have
  102. been clarified.  HP48.CA now contains over 3300 comments.
  103.  
  104. Graphic unthread bug has been fixed (was droping last pixel row).
  105.  
  106. Syntax of address ranges has changed.  An address by itself (no range
  107. specifer (the ":")) used to mean "from this address to the end".  It now
  108. means "this address only".  Where you used to say "0" to specify all of
  109. memory, you would now say ":".
  110.  
  111. FIND is a new command that will search part of the address comment files
  112. for the specified partial comment.  This reduces the need for printed
  113. address comments.
  114.  
  115. LIST is a new command that will list part of the address comment files.
  116.  
  117. The default limit (SET/SHOW LIMIT) has been increased from 8 to 10.
  118.  
  119. Command line parsing has been improved.
  120.  
  121. More "new" machine code instructions are interpreted (but not all).
  122.  
  123. *** General notes ***
  124.  
  125. When TABs are used in these files, they are assumed to be eight column
  126. tabs setting.
  127.  
  128. *** Acknowlagemets ***
  129.  
  130. Thanks to everybody this has posted information to the HP BBS and
  131. comp.sys.handhelds.
  132.  
  133. Special thanks to Willian C. Wickes for the neat 'toys' that he has
  134. posted, to Joseph K. Horn for putting together his EduCALC disk
  135. collections, to Jake Schwartz for his video tapes and to Pete M. Wilson
  136. for his TA program (Voyager was originally based on TA (7/14/90).
  137.